G M: Restore the ability for libcxx to compile again on mingw 64. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@190837 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/locale b/include/locale index 5db2566..4dd7737 100644 --- a/include/locale +++ b/include/locale 
@@ -191,7 +191,7 @@  #endif  #include <cstdlib>  #include <ctime> -#ifdef _LIBCPP_MSVCRT +#if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__)  #include <support/win32/locale_win32.h>  #else // _LIBCPP_MSVCRT  #include <nl_types.h>